home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / dt / winclk12.zip / CHANGES.TXT next >
Text File  |  1993-02-20  |  4KB  |  93 lines

  1. WinClock(tm) Copyright 1993 by Patrick Breen - All rights reserved.
  2.  
  3.  
  4. This file lists the changes between revisions of WinClock.
  5.  
  6.  
  7. v1.2 - February 20, 1993
  8.  
  9.     Hopefully removed bug that caused system colors not to work
  10.     on certain configurations.  I now default to using the active
  11.     colors rather than the inactive colors.  (I was only able to
  12.     reproduce and fis this using Windows 3.0 - if this is still a
  13.     problem, let me know what version of Windows you are using)
  14.  
  15.     Completely tested and compatible with Windows 3.0.  There
  16.     were a few compatability issues introduced with v1.1 that are
  17.     now fixed.
  18.  
  19.     Removed custom colors - the clock now always uses system colors
  20.     for the background and the text.  Removing this option also
  21.     eliminated a bug which caused a "COMMDLG.DLG could not be found"
  22.     message.  (Custom text color is still supported by options in the
  23.     .INI file.)
  24.  
  25.     Make sure that the clock does not cover the entire caption
  26.     bar on small windows.  Items on left are given preference over
  27.     items on right.
  28.  
  29.     When all windows are iconized and WinClock is left homeless,
  30.     information is displayed in the WinClock caption bar.  Can be
  31.     disabled by setting in .INI file.
  32.  
  33.     Moved all preferences out of win.ini and into WinClock.ini.
  34.  
  35.     Added new display items for displaying free memory, free
  36.     resources and free disk space on a chosen drive.
  37.  
  38.     Added options for what gets displayed when and where it gets
  39.     displayed.  Setup dialog is now a hideous mass of radio buttons
  40.     that allow the setting of these options.  Any suggestions on a
  41.     better UI that uses standard controls would be appreciated.
  42.  
  43.     Added better support for international time and date settings.
  44.     I now use the system settings for time separator, AM/PM text,
  45.     and date separator.  In addition, DD/MM/YY and YY/MM/DD formats
  46.     have been added.  Setup dialog now uses current date for sample.
  47.  
  48.     Added option to disable invalidation of entire desktop on
  49.     machines running Windows 3.0.
  50.  
  51.     Once again, I thank all those who gave me ideas and described
  52.     compatability problems.
  53.  
  54.  
  55. v1.1 - February 7, 1993
  56.  
  57.     Fixed drawing problem that resulted in "ghost" clocks.  This
  58.     version uses the Windows 3.1 function RedrawWindow() to invalidate
  59.     the caption of the previous window which had the clock.  If
  60.     RedrawWindow() is not available (ie, Windows 3.0 is being used),
  61.     the entire desktop window is invalidated.  This does solve the
  62.     problem, but it causes a noticeable flicker.  I will continue to
  63.     look for a better solution.
  64.  
  65.     Fixed drawing problem in very small windows - the clock would
  66.     cover the system menu and the window border.  Now it will never
  67.     extend outside of the caption area.
  68.  
  69.     Added date.  A short click on the clock will display the date in
  70.     the caption bar for a few seconds before displaying the time again.
  71.     There are a couple of date formats available in the Setup... dialog.
  72.  
  73.     Removed flashing colon when seconds are not displayed.
  74.  
  75.     Added ability to position the clock on either the left or the
  76.     right of the caption bar.  This is controlled by an option found
  77.     in the Setup... dialog.
  78.  
  79.     Added Setup... dialog so that many options can be set at once.
  80.  
  81.     Added Color... dialog.  This dialog allows you to specify the
  82.     text and background color of the clock.  It now defaults to using
  83.     the system colors.  The Set... buttons are enabled if you have
  84.     the Windows COMMDLG.DLL (I didn't want to create a fancy color
  85.     dialog).  Otherwise, type in the RGB value of the color you desire.
  86.  
  87.     Thanks to all the people who contributed ideas and bug reports -
  88.     I will continue to listen and respond to all contributions.
  89.  
  90.  
  91. v1.0    - January 30, 1993
  92.  
  93.     Initial Release